home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / e_os300b / ex_diamd / makefile < prev   
Encoding:
Makefile  |  1996-11-28  |  363 b   |  16 lines

  1.  
  2. PRG = DIAMOND
  3. RES = ..\RESOURCE
  4.  
  5. $(PRG).exe:     $(RES)\$(PRG).OBJ       \
  6.                 $(RES)\EOS.OBJ          \
  7.                 $(PRG).obj
  8.  
  9.  @tlink $(RES)\eos      \
  10.         $(RES)\diamond  \
  11.         $(PRG),         \
  12.         $(PRG).EXE  /3 /x
  13.         @Echo $(PRG) has been assembled
  14.  
  15. $(PRG).obj:  $(PRG).ASM
  16.         @tasm $(PRG).ASM /m /q /p